home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.2 for Intel / NeXTSTEP 3.2 for Intel.iso / NextLibrary / Languages / German / Configure.lproj / GenericInspector.nib / data.classes next >
Encoding:
Text File  |  1993-09-01  |  1.1 KB  |  84 lines

  1. GenericDeviceInspector = {
  2.     ACTIONS = {
  3.     dmaOrIrqPicked:;
  4.     rangeDidChange:;
  5.     showInfo:;
  6.     };
  7.     OUTLETS = {
  8.     statusTitle;
  9.     inspec;
  10.     dmaMatrix;
  11.     dmaBox;
  12.     portAddressesController;
  13.     infoPanel;
  14.     accessoryHolder;
  15.     mappedMemoryBox;
  16.     infoButton;
  17.     infoText;
  18.     irqBox;
  19.     portAddressesBox;
  20.     irqMatrix;
  21.     origWindow;
  22.     mappedMemoryController;
  23.     };
  24.     SUPERCLASS = Object;
  25. };
  26. IODeviceInspector = {
  27.     ACTIONS = {
  28.     channelOrInterruptPicked:;
  29.     rangeDidChange:;
  30.     showInfo:;
  31.     };
  32.     OUTLETS = {
  33.     portsBox;
  34.     statusTitle;
  35.     memoryController;
  36.     dmaMatrix;
  37.     memoryBox;
  38.     dmaBox;
  39.     portsController;
  40.     infoPanel;
  41.     accessoryHolder;
  42.     infoButton;
  43.     infoText;
  44.     irqBox;
  45.     irqMatrix;
  46.     inspectionView;
  47.     origWindow;
  48.     };
  49.     SUPERCLASS = Object;
  50. };
  51. FirstResponder = {
  52.     ACTIONS = {
  53.     };
  54.     SUPERCLASS = Object;
  55. };
  56. IOAddressRanger = {
  57.     ACTIONS = {
  58.     minus:;
  59.     plus:;
  60.     checkText:;
  61.     };
  62.     OUTLETS = {
  63.     sizeText;
  64.     delegate;
  65.     statusButton;
  66.     rangeText;
  67.     };
  68.     SUPERCLASS = Object;
  69. };
  70. AddressRanger = {
  71.     ACTIONS = {
  72.     minus:;
  73.     plus:;
  74.     checkText:;
  75.     };
  76.     OUTLETS = {
  77.     sizeText;
  78.     delegate;
  79.     statusButton;
  80.     rangeText;
  81.     };
  82.     SUPERCLASS = Object;
  83. };
  84.